CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /Projects/{projectId}/runningStatus (Post)
Post/Projects/{projectId}/runningStatus
Description
start or stop a CIMPLICITY project
Parameters
NameDescriptionData Type
the id of the projectstring
Request (application/json)

The request body is of type object.

Overview

RunningStatus : CimRunningStatus
DoConfigurationUpdate : boolean
StartAtBoot : boolean
200 Response

The response body is of type ItemsPostResponse.

At least one operation is successful, but at least one failed.

Overview

ItemsPostResponse
The results of the create/update/delete operations.
NumSuccesses : number
NumFailures : number
WarningsMask : integer
ItemResults : Array[ItemResult]
Success : boolean
StatusDetails : integer
WarningsMask : integer
Message : string
204 Response

Project started or stopped successfully.
Fault Responses
FaultDescription
This fault returns a response body of type ProblemDetails.
Error if object not found
This fault returns a response body of type .
General error
See Also